home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 717 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: homesick.cs.unlv.edu!wiseman
  2. From: wiseman@unlv.edu (Christopher A Weiss)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C vs C++ urgently needed Please
  5. Date: 8 Jan 1996 18:54:52 GMT
  6. Organization: UNLV College of Engineering
  7. Message-ID: <4crp9s$ntb@homesick.cs.unlv.edu>
  8. References: <819936532.7746@shuh.demon.co.uk> <DKC41u.MGI@news.cis.umn.edu> <820144728snz@intellic.demon.co.uk>
  9. NNTP-Posting-Host: lil-ed.cs.unlv.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Chris Trueman (truemanc@intellic.demon.co.uk) wrote:
  13. : In article <DKC41u.MGI@news.cis.umn.edu>
  14. :            fish0144@gold.tc.umn.edu "Dennis Fisher" writes:
  15.  
  16. : >pmc@shuh.demon.co.uk wrote:
  17. : >
  18. : >>I urgently want the differences between C & C++ for a project.
  19. : >>Thank you , can you e-mail it to me at 101453.1135@compuserve.com
  20. : >
  21. : >Ummm, this guy has got to be kidding :)
  22. : >
  23. : >
  24.  
  25. : Number 1. The name C++ is differentiated from C with the addition of
  26. : two(2) post-fixed + symbols.
  27.  
  28. : There, that should start you off.
  29.  
  30.  
  31. :             - Chris
  32.  
  33. That's very true, but perhaps it would be more helpful to have a
  34. little better starting point...
  35.  
  36. If you want to know the fundamental difference between C and C++ you
  37. need to learn the differences between the standard imperative and
  38. object-oriented models of programming.  C++ is just standard C code
  39. with extensions for object-orientation.  In truth, most C++ compilers
  40. start off by converting the code to C standard, and then compile it.
  41.  
  42. If you want an interesting wuestion though, try to figure out why they
  43. called it C++ when (by convention) it should have been called ++C.
  44.  
  45.  
  46. --
  47. "Omni Ignotum Pro Magnifico" - 
  48. Everything Unknown Passes for Something Splendid
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.